Skip to content

Fix and clarify explanation of semicolon behavior in pipelines#2117

Merged
fdncred merged 1 commit intonushell:mainfrom
flinesse:patch-1
Jan 27, 2026
Merged

Fix and clarify explanation of semicolon behavior in pipelines#2117
fdncred merged 1 commit intonushell:mainfrom
flinesse:patch-1

Conversation

@flinesse
Copy link
Contributor

The behavior previously described was incorrect; it should follow a single return value as the example itself is a single contained expression.

e.g.

ls; ls | sort-by size

only shows only the last ls output.

The behavior previously described was incorrect; it should follow a single return value as the example itself is a single contained expression.
@fdncred fdncred merged commit cef5cff into nushell:main Jan 27, 2026
2 checks passed
@fdncred
Copy link
Contributor

fdncred commented Jan 27, 2026

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants